home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13361 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  579 b 

  1. From: alhen_ms@msn.com (Alberto Henriquez)
  2. Subject: RE: **How to do this in C?**
  3. Date: 6 Apr 96 06:31:33 -0800
  4. References: <4jfete$p0d@parlor.hiwaay.net>
  5. Message-ID: <00001a80+00008c0e@msn.com>
  6. Path: news.msn.com!msn.com
  7. Newsgroups: comp.lang.c
  8. Organization: The Microsoft Network (msn.com)
  9.  
  10. <<It uses an OCX from the Microsoft>>
  11. If you have visual C++ 4.x,  you can add this ocx to your component gallery.
  12. OCX's of this nature (non-ActiveX model)are easily accessed using MFC.
  13.  
  14. When you embed this control in your MFC project,  VC++ generates C++ 
  15. wrappers of your control.
  16.  
  17. Al
  18.